home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / jam / jamdisk2 / messydos / devs / mountlist.msx < prev   
Text File  |  1995-03-18  |  890b  |  40 lines

  1. /* Example Messydos MountList, Just append it to your own DEVS mountlist */
  2.  
  3.  
  4. MS1:
  5.        FileSystem = L:MessyFileSystem
  6.            Device = messydisk.device
  7.            Unit = 1
  8.            Flags = 0
  9.            LowCyl = 0 ; HighCyl = 79
  10.            Reserved = 0
  11.            Surfaces = 2
  12.            BlocksPerTrack = 9
  13.            Buffers = 5
  14.            BufMemType = 1
  15.            BootPri = 0
  16.            Stacksize = 3072
  17.            Priority = 9
  18.            GlobVec  = -1
  19.            Mount = 1
  20.  
  21.  
  22. #
  23. MS0:
  24.        FileSystem = L:MessyFileSystem
  25.            Device = messydisk.device
  26.            Unit = 0
  27.            Flags = 0
  28.            LowCyl = 0 ; HighCyl = 79
  29.            Reserved = 0
  30.            Surfaces = 2
  31.            BlocksPerTrack = 9
  32.            Buffers = 5
  33.            BufMemType = 1
  34.            BootPri = 0
  35.            Stacksize = 3072
  36.            Priority = 9
  37.            GlobVec  = -1
  38.            Mount = 1
  39. #
  40.